-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alpha masking module #1546
Alpha masking module #1546
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1546 +/- ##
==========================================
- Coverage 66.67% 65.16% -1.52%
==========================================
Files 130 137 +7
Lines 2686 2862 +176
Branches 433 462 +29
==========================================
+ Hits 1791 1865 +74
- Misses 895 997 +102
|
@publiclab/is-reviewers please review this! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good! Is it possible to add a module test here? Thanks a lot!
@jywarren tests added 😄 |
This looks awesome. Catching up on the PRs now due to GitPod speeding up review! Thank you!!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, i'm so sorry, there is just one thing. Is it possible to use a flat file for the test? The inline data-url is just too gigantic. I think other tests show how to do this pretty well. Alternatively if you get really stuck, you could require()
in the image from a separate file so the tests themselves are readable. Thank you!
@@ -0,0 +1,18 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nicely done. Well formatted, readable, excellent work!
Noting #flat
Noting we can address this in #1502 This should be good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Getting ready to merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Used the Github CLI. It is awesome!
Hooray!!!!! |
Concerns #165
This PR adds Alpha Masking module!
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm test
@publiclab/is-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part
Thanks!